FlowContinue
Represents the FlowContinue class for handling workflow continuation logic.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| Key | A unique identifier for the workflow step. |
| ObjectName | Gets the object name associated with the workflow process. |
| Name | Name for the workflow step. |
| EventId | Gets the event ID that triggers the continuation of the workflow. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| ProcessId | Gets the process ID required to continue the workflow. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| FlowContinue(name, workflowData, workflowCodeInstance) | Constructor for the FlowContinue class. Initializes a new instance of the FlowContinue class. |
| FlowContinue(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowContinue class. |
Methods
| Name | Description |
|---|---|
| SetEventId(eventId) | Sets the event ID for the workflow continuation. |
| SetObjectName(objectName) | Sets the object name for the workflow process. |
| SetProcessId(processId) | Sets the process ID for the workflow continuation. |
| SetDefault() | Resets the process ID, object name, and event ID to their default values. |
| GetProcessId() | Retrieves the process ID for workflow continuation. |
| GetObjectName() | Retrieves the object name for the workflow process. |
| Execute(workflowUserContext, projectName, flowName) | Executes the workflow continuation process. |
| Initialize() | Initializes the FlowContinue object. |
| GetEventId() | Retrieves the event ID for workflow continuation. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |